home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / gui / ClassFree_src.lha / ClassFree_src / CFlistclass / CFlist.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-07  |  319 b   |  16 lines

  1. #ifndef CFLIST_H
  2. #define CFLIST_H
  3.  
  4. /* Public headerfile for CFlistclass */
  5.  
  6. #define CFlistClassName "CFlistclass"
  7.  
  8. #include <libraries/gadtools.h>
  9.  
  10. #define CFL_Labels    GTLV_Labels
  11. #define CFL_Top        GTLV_Top
  12. #define CFL_ReadOnly    GTLV_ReadOnly
  13. #define CFL_Selected    GTLV_Selected
  14. #define CFL_Visible     GTSC_Visible
  15.  
  16. #endif